Declare @Id Int 
Select @Id = Id From sysobjects Where Name = 'DrugHavaleh'
if not Exists(SELECT * FROM syscolumns WHERE id = @Id  and Name = 'BimarPercent')
Alter Table DrugHavaleh Add BimarPercent real Null